home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / lan / lan206.zip / LAN206.INS / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1996-01-01  |  371b  |  9 lines

  1. echo off
  2. echo           ╔═════════════════════════════════════════════════════════╗
  3. echo           ║ This will print menu documentation to a printer on LPT1 ║
  4. echo           ║ Make sure your printer is on and the paper is lined up. ║
  5. echo           ╚═════════════════════════════════════════════════════════╝
  6. pause
  7. copy register.doc lpt1:
  8. copy lanmenu.doc lpt1:
  9.